home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 May / Macworld (1999-05).dmg / Shareware World / Comms & Internet / Net.Dreams Remote Mail 1.0 / RM-Plain / compose.remotemail next >
Text File  |  1999-01-08  |  998b  |  48 lines

  1. <html>
  2.     <head>
  3.         <title>Compose Message</title>
  4.     </head>
  5.     <body bgcolor="#ffffff">
  6.     
  7. <center><h2>Compose Message</h2></center>
  8. <div bgcolor="#f0e0e0">
  9.     <a href="mailbox.remotemail$[xid]">Mailbox</a> | 
  10.     <a href="login.remotemail$[xid]?logout=1">Log Out</a>
  11.     <P>
  12. </div>
  13.  
  14. <form action="mailbox.remotemail$[xid]" method=post>
  15.  
  16. <table>
  17. <tr>
  18.     <th align=left>From:</th>
  19.     <td>[from]</td>
  20. </tr>
  21. <tr>
  22.     <th align=left>To:</th>
  23.     <td><input type=text name="recipients" value='[recipients]' size=50></td>
  24. </tr>
  25. <tr>
  26.     <th align=left>Cc:</th>
  27.     <td><input type=text name="cc" value='[cc]' size=50></td>
  28. </tr>
  29. <tr>
  30.     <th align=left>Bcc:</th>
  31.     <td><input type=text name="bcc" value='' size=50></td>
  32. </tr>
  33. <tr>
  34.     <th align=left>Subject:</th>
  35.     <td><input type=text name="subject" value="[subject]" size=50></td>
  36. </tr>
  37. </table>
  38.  
  39. <input type=hidden name=send value="1">
  40. <textarea name=body rows="40" cols="85" wrap>[body]</textarea>
  41.  
  42. <P>
  43. <input type=submit value="Send"> <input type=reset value="Reset">
  44. </form>
  45.  
  46.  
  47. </html>
  48.